projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb37d8d
)
(Fsetq): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Jul 2007 11:52:52 +0000
(11:52 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 18 Jul 2007 11:52:52 +0000
(11:52 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index b96c35a41b13ddf1868f52026a41c3f086b3a8d6..7d7e73484f79545734e03820401503b443cf129e 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-531,7
+531,7
@@
Thus, (setq x (1+ y)) sets `x' to the value of `(1+ y)'.
The second VAL is not computed until after the first SYM is set, and so on;
each VAL can use the new value of variables set earlier in the `setq'.
The return value of the `setq' form is the value of the last VAL.
-usage: (setq
SYM VAL SYM VAL
...) */)
+usage: (setq
[SYM VAL]
...) */)
(args)
Lisp_Object args;
{